home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wsmooth.zip / WSMOOTH.DOC < prev    next >
Text File  |  1990-10-08  |  2KB  |  43 lines

  1.  
  2. WSMOOTH
  3.  
  4. Richard Hale Shaw                                November 13, 1990 (Utilities)
  5.  
  6. Purpose:  A text-browsing utility, designed specifically for use in Microsoft
  7. Windows 3.0, that provides smooth, bi-directional scrolling at user-selectable
  8. speeds to ease reading from the screen. Its forerunner, SMOOTH.COM, performs
  9. the same function but was not intended for use in Windows unless run in the
  10. full-screen.
  11.  
  12. Format:   WSMOOTH  [filename] [msecs] [pixel rows] [/W]
  13.  
  14. Remarks:        WSMOOTH lets you use the mouse or the keyboard to display a
  15. file and control the scrolling speed. If you invoke SMOOTH without specifying
  16. a filename, a file selection dialog box will be displayed. Once a file is
  17. selected, the program will immediately begin scrolling the file in its window.
  18. Scrolling direction is set using the Up and Down Arrow keys or a single mouse
  19. click on the arrows on the vertical scroll bar. PgUp and PgDn flip a screenful
  20. at a  time, and Home and End take you to the top or bottom of the file.  The
  21. spacebar or a single left mouse click mouse click will freeze scrolling, and a
  22. subsequent keystroke or mouse click will resume. You exit WSMOOTH  by pressing
  23. Esc, selecting Exit from the File menu, or double-clicking the System icon.
  24.  
  25.         The msecs parameter lets you set the frequency at which WSMOOTH
  26. scrolls the screen. By default, msecs is set to 100 (milliseconds), so it will
  27. scroll about 10 times a second; a value of 1000 will cause WSMOOTH to scroll
  28. approximately every second.
  29.  
  30.         The pixel rows parameter (set to 1 by default) lets you adjust the
  31. number of rows of pixels scrolled, from 1 to 9.  While scrolling you can also
  32. control the number of pixel rows scrolled at a time in three ways: using the
  33. plus and minus keys; double- and single-clicking the right mouse button; or
  34. pressing one of the number keys. Zero brings WSMOOTH to a standstill; numbers
  35. 1-9 steadily increase the rate. Notice that WSMOOTH gets progressively less
  36. smooth as you increase the pixel row setting toward 9.
  37.  
  38.         The /W switch causes WSMOOTH to strip the high bit from each character
  39. before displaying it. This feature proves useful when viewing WordStar files
  40. or others that use the high bit to format the document. Try it if a document
  41. you're viewing occasionally appears to contain graphics characters.
  42.  
  43.